DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class
Properties Methods


In This Topic
    IndexedDataTable<TRow> Class Members
    In This Topic

    The following tables list the members exposed by IndexedDataTable<TRow>.

    Public Properties
     NameDescription
    Public PropertyGets the number of rows in the data table.  
    Public PropertyThe collection of indexes for this IndexedDataTable<TRow>  
    Public PropertyGets the row at the specified ordinal position.  
    Public PropertyGets the ADO.NET System.Data.DataTable object represented by this IndexedDataTable<TRow>.  
    Top
    Public Methods
     NameDescription
    Public MethodSuspends notifications while massive changes are being made to a data table.  
    Public MethodEnds notification suspension started with BeginUpdate.  
    Public MethodReturns an enumerator that iterates through the IndexedDataTable<TRow>.  
    Top
    See Also